home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / src / file31s.zoo / file3.1 / readme.st < prev    next >
Encoding:
Text File  |  1991-11-23  |  998 b   |  33 lines

  1. This is the port of the GNU file utilities to the ATARI/ST.  Some
  2. are not built because they are not applicable to the ATARI/ST file
  3. system.  These are
  4.    chgrp -- change group of file
  5.    chown -- change owner of file
  6.    mkfifo -- create a fifo
  7.    mknod -- create a special file
  8.  
  9.  
  10. Those that are ported are:
  11.    cp -- copy
  12.    dd -- convert a file
  13.    df -- summarize free disk space
  14.    dir -- ls with different defaults
  15.    du -- disk usage summary
  16.    install -- variation of cp
  17.    ln -- create links
  18.    ls -- list files
  19.    mkdir -- make directory
  20.    mv -- move files
  21.    rmdir -- remove dirrectory
  22.    touch -- set date of files
  23.    vdir -- ls with different defaults
  24.  
  25. The "ln" command cannot be used to make hard links.  You must use
  26. the -s option.
  27.  
  28. The "df" command can't talk to floppy.
  29.  
  30. This was ported before I was aware of UNIXMODE, so some filenames have
  31. been truncated.  The source is not well ifdefed for atarist: ports
  32. to other systems should start with the official gnu distribution instead.
  33.